home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-161.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  54 lines

  1. # This script was automatically generated from the dsa-161
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. A problem with user privileges has been discovered in the Mantis
  12. package, a PHP based bug tracking system.  The Mantis system didn\'t
  13. check whether a user is permitted to view a bug, but displays it right
  14. away if the user entered a valid bug id.
  15. Another bug in Mantis caused the \'View Bugs\' page to list bugs from
  16. both public and private projects when no projects are accessible to
  17. the current user.
  18. These problems have been fixed in version 0.17.1-2.5 for the current
  19. stable distribution (woody) and in version 0.17.5-2 for the unstable
  20. distribution (sid).  The old stable distribution (potato) is not
  21. affected, since it doesn\'t contain the mantis package.
  22. Additional information:
  23. We recommend that you upgrade your mantis packages.
  24.  
  25.  
  26. Solution : http://www.debian.org/security/2002/dsa-161
  27. Risk factor : High';
  28.  
  29. if (description) {
  30.  script_id(14998);
  31.  script_version("$Revision: 1.4 $");
  32.  script_xref(name: "DSA", value: "161");
  33.  script_cve_id("CAN-2002-1115", "CVE-2002-1116");
  34.  
  35.  script_description(english: desc);
  36.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  37.  script_name(english: "[DSA161] DSA-161-1 mantis");
  38.  script_category(ACT_GATHER_INFO);
  39.  script_family(english: "Debian Local Security Checks");
  40.  script_dependencies("ssh_get_info.nasl");
  41.  script_require_keys("Host/Debian/dpkg-l");
  42.  script_summary(english: "DSA-161-1 mantis");
  43.  exit(0);
  44. }
  45.  
  46. include("debian_package.inc");
  47.  
  48. w = 0;
  49. if (deb_check(prefix: 'mantis', release: '3.0', reference: '0.17.1-2.5')) {
  50.  w ++;
  51.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mantis is vulnerable in Debian 3.0.\nUpgrade to mantis_0.17.1-2.5\n');
  52. }
  53. if (w) { security_hole(port: 0, data: desc); }
  54.